projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7915a5a
)
post release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Wed, 17 Jan 2018 03:07:30 +0000
(
04:07
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 17 Jan 2018 03:07:30 +0000
(
04:07
+0100)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index bbb7fa296a3aa7ea2b860b06677d7289c63394cd..7c81c6b71befa498057eba74ff4c5ca7eec594e4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [4
0
])
+m4_define([babl_micro_version], [4
1
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index 620adacd224eee11323425c4bb1cceb636a012ca..bfd4ae45a032caa9fb2900bed128f012ffc83543 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.4
0
',
+ version: '0.1.4
1
',
meson_version: '>=0.40.0',
default_options: [
'sysconfdir=/etc',